From fc912949f162a9d84470a85679389753bd359085 Mon Sep 17 00:00:00 2001 From: Sven Luther Date: Wed, 2 Nov 2005 11:30:58 +0000 Subject: [PATCH] Typoed the typo fix :/ --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 69e7bea2..20163072 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) endif config-stamp: configure - for t in templates/*; do + for t in templates/*; do \ target=${t#templates/}; \ sed -e 's%#OcamlABI#%3.09.0%' -e 's%#OcamlMAJOR#%3.09%' $t >sven/${target%.in}; \ done -- 2.30.2